Skip to main content

DeleteSingletonElementOf

Type

statement

Summary

Deletes the element at index Index in Target.

Syntax

delete element <Index> of <Target>

Description

Removes the element at the given index from the list.

note

It is an error if either Index is out of range.

Parameters

NameTypeDescription

Index

An expression which evaluates to a valid integer index of Target.

Target

A list container.

Thank you for your feedback!

Was this page helpful?